home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
dev
/
gui
/
BGUI11B.lha
/
docs
/
sliderclass.doc
< prev
next >
Wrap
Text File
|
1994-08-18
|
2KB
|
87 lines
$RCSfile: sliderclass.doc,v $
Description: Sliderclass documentation.
Copyright: (C) Copyright 1994 Jaba Development.
(C) Copyright 1994 Jan van den Baard.
All Rights Reserved.
$Author: jaba $
$Revision: 1.2 $
$Date: 1994/08/18 15:15:18 $
------------------------------------------------------------------------------
TABLE OF CONTENTS
sliderclass/--background--
sliderclass/Methods
sliderclass/Attributes
slideclass/--background sliderclass/--background--
NAME
Class: sliderclass
Superclass: baseclass
Include File: <libraries/bgui.h>
FUNCTION
To provide a gadget simular to the gadtools.library it's slider kind.
Objects of this class send out the following attribute pairs in their
notification events:
GA_ID - Gadget object ID.
SLIDER_Level - Slider level.
sliderclass/Methods sliderclass/Methods
NEW METHODS
None.
CHANGED METHODS
None.
sliderclass/Attributes sliderclass/Attributes
NOTE
This class also supports the PGA_NewLook and PGA_Freedom attributes.
Please refer to the system "propgclass" documentation for more
informatiom on these attributes.
NAME
SLIDER_Min, SLIDER_Max -- ( LONG )
FUNCTION
Set the minimum and maximum slider level.
Default 0 minimum and 15 maximum. Applicability is (I).
SEE ALSO
SLIDER_Level
NAME
SLIDER_Level -- ( LONG )
FUNCTION
Set or get the current slider level.
Default is 0. Applicability is (ISGNU).
SEE ALSO
SLIDER_Min, SLIDER_Max
NAME
SLIDER_ThinFrame -- ( BOOL )
FUNCTION
To make all slider object framing appear as thin frames. This will
help you to make an aspect-ratio dependant GUI.
Default is FALSE. Applicability is (I).
NAME
SLIDER_XenFrame -- ( BOOL )
FUNCTION
To make all slider object framing appear as Xen style framing.
Default is FALSE. Applicability is (I).